home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / psetting / pseval.exe / _SETUP.1 / SimpMain.dfm / SimpMain.txt
Encoding:
Text File  |  1998-03-02  |  1.9 KB  |  105 lines

  1. object frmMain: TfrmMain
  2.   Left = 370
  3.   Top = 351
  4.   Width = 371
  5.   Height = 307
  6.   Caption = 'frmMain'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Menu = MainMenu1
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 18
  18.     Top = 181
  19.     Width = 76
  20.     Height = 13
  21.     Caption = 'This is the label.'
  22.   end
  23.   object edtStud: TEdit
  24.     Left = 18
  25.     Top = 17
  26.     Width = 121
  27.     Height = 21
  28.     TabOrder = 0
  29.   end
  30.   object cbxQuestion: TCheckBox
  31.     Left = 18
  32.     Top = 48
  33.     Width = 102
  34.     Height = 17
  35.     Caption = 'Is this checked?'
  36.     TabOrder = 1
  37.   end
  38.   object ListBox1: TListBox
  39.     Left = 18
  40.     Top = 73
  41.     Width = 121
  42.     Height = 72
  43.     ItemHeight = 13
  44.     Items.Strings = (
  45.       'One'
  46.       'Two'
  47.       'Three'
  48.       'Four'
  49.       'Five')
  50.     TabOrder = 2
  51.     OnClick = ListBox1Click
  52.   end
  53.   object RadioGroup1: TRadioGroup
  54.     Left = 153
  55.     Top = 12
  56.     Width = 185
  57.     Height = 105
  58.     Caption = 'RadioGroup1'
  59.     Items.Strings = (
  60.       'One'
  61.       'Two'
  62.       'Three'
  63.       'Four')
  64.     TabOrder = 3
  65.   end
  66.   object Button1: TButton
  67.     Left = 18
  68.     Top = 212
  69.     Width = 109
  70.     Height = 25
  71.     Caption = 'Change Label Font'
  72.     TabOrder = 4
  73.     OnClick = Button1Click
  74.   end
  75.   object MainMenu1: TMainMenu
  76.     Left = 268
  77.     Top = 171
  78.     object mniFile: TMenuItem
  79.       Caption = '&File'
  80.       object mniFileExit: TMenuItem
  81.         Caption = 'E&xit'
  82.         OnClick = mniFileExitClick
  83.       end
  84.     end
  85.     object mniHelp: TMenuItem
  86.       Caption = '&Help'
  87.       object mniHelpAbout: TMenuItem
  88.         Caption = '&About'
  89.         OnClick = mniHelpAboutClick
  90.       end
  91.     end
  92.   end
  93.   object dlgFont: TFontDialog
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     MinFontSize = 0
  100.     MaxFontSize = 0
  101.     Left = 6
  102.     Top = 226
  103.   end
  104. end
  105.